home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
hf.dir
/
00019_SIDE Hotlink Handler.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
339 b
|
16 lines
global gHFDone
on mouseDown
global gHFcurrSide, gHFcurrSidePage, gHFcurrSideSize, ghfathleteno
if rollOver(37) then
pass()
exit
end if
set vANo to ghfathleteno
CheckHotLink(gHFcurrSide & gHFcurrSidePage & gHFcurrSideSize, the mouseWord)
if ghfathleteno <> vANo then
set gHFDone to 1
end if
dontPassEvent()
end